3.3 \(\int 5 \, dx\)

Optimal. Leaf size=3 \[ 5 x \]

[Out]

5*x

________________________________________________________________________________________

Rubi [A]  time = 0.0002996, antiderivative size = 3, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 1, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 1., Rules used = {8} \[ 5 x \]

Antiderivative was successfully verified.

[In]

Int[5,x]

[Out]

5*x

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin{align*} \int 5 \, dx &=5 x\\ \end{align*}

Mathematica [A]  time = 0.0001866, size = 3, normalized size = 1. \[ 5 x \]

Antiderivative was successfully verified.

[In]

Integrate[5,x]

[Out]

5*x

________________________________________________________________________________________

Maple [A]  time = 0., size = 4, normalized size = 1.3 \begin{align*} 5\,x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5,x)

[Out]

5*x

________________________________________________________________________________________

Maxima [A]  time = 0.944133, size = 4, normalized size = 1.33 \begin{align*} 5 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="maxima")

[Out]

5*x

________________________________________________________________________________________

Fricas [A]  time = 1.6147, size = 7, normalized size = 2.33 \begin{align*} 5 x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="fricas")

[Out]

5*x

________________________________________________________________________________________

Sympy [A]  time = 0.016212, size = 2, normalized size = 0.67 \begin{align*} 5 x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x)

[Out]

5*x

________________________________________________________________________________________

Giac [A]  time = 1.08952, size = 4, normalized size = 1.33 \begin{align*} 5 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5,x, algorithm="giac")

[Out]

5*x